html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  color: #000;
}

img {
  display: block;
}

.abs {
  position: absolute;
}

body {
  width: 100%;
  min-width: 1420px;
  display: none;
}
body.active {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.clearFix::after {
  content: '';
  display: block;
  clear: both;
  overflow: hidden;
  height: 0;
  zoom: 1;
}

.ellipsis-one {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pic {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.pic .picture {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.pic:hover .picture {
  transform: scale(1.05);
}
.pic span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: #495262;
  padding: 7px;
  font-size: 20px;
  display: block;
}

.ellipsis-two {
  height: 44px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.ellipsis-three {
  height: 44px;
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.screen {
  width: 100%;
  overflow: hidden;
}

.main-wrapper {
  width: 100%;
  min-width: 1420px;
  margin: auto;
  overflow: hidden;
}

.content {
  position: relative;
  width: 1400px;
  height: 100%;
  margin: 0 auto;
}

a:hover * {
  text-decoration: underline;
}

.max-title {
  width: 100%;
  text-align: center;
  overflow: hidden;
  display: block;
}
.max-title img {
  display: block;
  margin: auto;
  width: 100%;
}

.link-tri {
  position: relative;
  font-size: 18px;
  color: #4c4948;
  padding-left: 22px;
  display: block;
  background: url(../../images/2023/grey.png) 0 15px no-repeat;
  background-size: 17px 12px;
}
.link-tri:hover {
  background: url(../../images/2023/red.png) 0 15px no-repeat;
  background-size: 17px 12px;
}
.link-tri span {
  display: block;
  padding: 8px 0;
  border-bottom: dotted 1px #c3c8d0;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  white-space: nowrap;
}
.link-tri .timer {
  color: #727171;
  position: absolute;
  top: 0px;
  right: 0;
  word-break: keep-all;
  white-space: nowrap;
}

.swiper-button-next,
.swiper-button-prev {
  width: 100px;
  height: 100px;
  background-size: contain;
  cursor: pointer !important;
  pointer-events: all !important;
  margin-top: -50px;
}

* {
  text-decoration: none !important;
}

.absl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.abst {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
}

.more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 200px;
}

.content > .more {
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
}

@keyframes rotate-anim {
  0% {
    transform: rotateY(-20deg) translateY(-50%);
  }
  50% {
    transform: rotateY(20deg) translateY(-50%);
  }
  100% {
    transform: rotateY(-20deg) translateY(-50%);
  }
}
.swiper-button {
  transition: transform 0.3s ease-out;
}

.swiper-button:hover {
  transform: scale(1.1);
}

.screen {
  overflow: hidden;
  position: relative;
}
.screen img {
  display: block;
}
.screen .bg {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.header {
  height: 176px;
  position: relative;
  padding-top: 30px;
  z-index: 10;
  overflow: visible !important;
  background: url(../../images/2023/bg1.jpg) center top no-repeat;
  background-size: 100% auto;
}
.header .content {
  position: relative;
  height: 87px;
}
.header .content a {
  display: inline-block;
  vertical-align: middle;
}
.header .content .left .line {
  width: 1px;
  background: #333;
  height: 50px;
  margin: 0 15px;
}
.header .content .right {
  width: 732px;
  height: 60px;
  padding-right: 40px;
  text-align: right;
  position: absolute;
  top: 17px;
  right: 0;
  font-size: 18px;
}
.header .content .right .head-search {
  /* background: #f3f4f7; */
  border: 1px solid #e1e3e5;
  border-radius: 4px;
  width: 404px;
  height: 40px;
  line-height: 40px;
  float: right;
  /* overflow: hidden; */
  margin-top: 10px;
}
.header .content .right .head-search input,
.header .content .right .head-search select {
  display: block;
  background: 0 0;
  border: none;
  height: 40px;
  line-height: 40px;
}
.header .content .right .head-search .selectwrap {
  border-right: 1px solid #e1e3e5;
  width: 85px;
  float: left;
  cursor: pointer;
}
.header .content .right .head-search .selectwrap .fis {
  padding: 0 10px;
  width: 85px;
  text-align: left;
}
.header .content .right .fis {
  position: relative;
  width: 100%;
  height: 100%;
}
.header .content .right .head-search .selectwrap .icon {
  position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  background: url(../../images/2023/icon.png) 1px -112px no-repeat;
  width: 18px;
  height: 18px;
}
.header .content .right .head-search .selectwrap .select {
  display: none;
  width: 85px;
  background: #eee;
  color: #333;
  overflow: hidden;
  box-shadow: 0px 5px 7px #aaa;
  border-radius: 4px;
}
.header .content .right .head-search .selectwrap .select div {
  padding: 0 10px;
  text-align: left;
}
.header .content .right .head-search .selectwrap .select div.active,
.header .content .right .head-search .selectwrap .select div:hover {
  background: red;
  color: #fff;
}
.header .content .right .head-search .input-text {
  float: left;
  width: 254px;
  padding-left: 15px;
  outline: none;
}
.header .content .right #form_search {
  position: relative;
}
.header .content .right .head-search .input-submit {
  cursor: pointer;
  background: url(../../images/2023/icon.png) 12px 12px no-repeat #e60012;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -1px;
  right: 0;
  font-size: 0;
  display: block;
  outline: none;
  border: none;
}

.title {
  position: relative;
  text-align: center;
}
.title a,
.title div {
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
  color: #3e3a39;
  line-height: 50px;
}
.title a {
  margin: 0 45px;
}
.title .line {
  width: 534px;
  height: 1px;
  background: #737273;
}

.lim {
  text-align: right;
}
.lim a {
  color: #595757;
  line-height: 1;
  font-size: 18px;
}

.screen {
  margin: 0 auto;
}

.kv .gx-slider {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.kv .gx-slider .gui-slides li {
  height: 650px;
  position: relative;
}
.kv .gx-slider .gui-flex-control-nav {
  right: 120px;
  bottom: 20px;
  display: none;
}
.kv .gx-slider .gui-flex-control-nav li a {
  background: transparent;
  width: 6px;
  height: 6px;
  border: solid 1px #fff;
}
.kv .gx-slider .gui-flex-control-nav li a.gui-flex-active {
  width: 6px;
  background: #fff;
}
.kv .gx-slider .gui-slides li a {
  display: block;
  width: 100%;
  height: 100%;
}
.kv .gx-slider .gui-slides li span {
  padding: 45px 34px 44px;
  font-size: 24px;
  text-align: left;
  bottom: 0;
  display: none;
}
.kv .gx-slider .gui-flex-direction-nav a {
  width: 78px;
  height: 78px;
  margin-top: -39px;
}
.kv .gx-slider .gui-flex-direction-nav .gui-flex-prev {
  background: url(../../images/2023/prev.png) center center no-repeat;
  background-size: contain;
  left: 50px;
}
.kv .gx-slider .gui-flex-direction-nav .gui-flex-next {
  background: url(../../images/2023/next.png) center center no-repeat;
  background-size: contain;
  right: 50px;
}

.jinpingtuijian {
  background: url(../../images/2023/bg3.jpg) center top no-repeat;
  background-size: cover;
  height: 800px;
}
.jinpingtuijian .title {
  margin: 80px auto 60px;
}
.jinpingtuijian .wrap-hand {
  margin: 0 -2px;
}
.jinpingtuijian .wrap-hand.wrap {
  margin: 0 auto;
  width: 100%;
  height: 494px;
  position: relative;
  overflow: hidden;
}
.jinpingtuijian .wrap-hand .pic {
  width: 15%;
  float: left;
  height: 494px;
  cursor: pointer;
  padding: 0 2px;
  overflow: hidden;
  transition: width 0.5s ease-out;
}
.jinpingtuijian .wrap-hand .pic.w20 {
  width: 20% !important;
}
.jinpingtuijian .wrap-hand .pic .p {
  position: relative;
  width: 100%;
  height: 80%;
  margin-top: 52px;
  display: block;
}
.jinpingtuijian .content {
  height: auto;
}
.jinpingtuijian .wrap-hand .pic.active {
  width: 40%;
  height: 494px;
}
.jinpingtuijian .wrap-hand .pic.active .p {
  height: 100%;
  margin-top: 0;
  font-size: 48px;
}
.jinpingtuijian .wrap-hand .psc {
  width: 680px;
  height: 376px;
  margin: 0 auto;
}
.jinpingtuijian .wrap-hand .pic_num {
  width: 30px;
  height: 120px;
  position: absolute;
  top: 40px;
  left: 35px;
  color: #ffffff;
}
.jinpingtuijian .wrap-hand .pic .pic_num {
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  /* background: transparent; */
  background: rgba(00, 00, 00, 0.2);
}
.jinpingtuijian .wrap-hand .pic .pic_num .pic_numBg {
  position: relative;
  width: 100px;
  padding: 0;
  height: 100%;
  line-height: 100%;
  font-size: 48px;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  background: none;
}
.jinpingtuijian .wrap-hand .pic .pic_num span {
  width: 60px;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  display: block;
  height: max-content;
  line-height: 1.2;
  font-size: 48px;
  letter-spacing: 6px;
  writing-mode: vertical-lr;
  position: absolute;
  background: none;
  top: 50%;
  padding: 0;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, -50%);
}
.jinpingtuijian .wrap-hand .pic .pic_con {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: cover;
}

.link-more {
  position: relative;
  display: block;
}
.link-more img {
  display: block;
  width: auto;
}
.link-more span {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
  color: #333;
  width: auto;
  height: auto;
  left: inherit;
  top: inherit;
}

.zixun {
  background: url(../../images/2023/bg4.jpg) center top no-repeat;
  background-size: cover;
  height: 972px;
}
.zixun .content {
  width: 1230px;
  padding-top: 120px;
}
.zixun .content .list {
  width: 50%;
}

.feiyi .lim1 {
  position: absolute;
  top: 110px;
  right: 30px;
  z-index: 10;
}
.feiyi .lim1:hover a {
  color: red;
}
.feiyi .lim2 {
  margin-top: 10px;
  margin-bottom: 5px;
  padding-right: 30px;
}
.feiyi .lim2:hover a {
  color: red;
}
.feiyi .cont {
  margin: 0 -2px 35px;
  height: 342px;
}
.feiyi .cont a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.feiyi .cont a .play {
  position: absolute;
  width: 47px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.feiyi .cont a span {
  background: rgba(32, 24, 22, 0.6);
}
.feiyi .cont .left {
  width: 48%;
  height: 100%;
  border-right: solid 4px transparent;
}
.feiyi .cont .right {
  width: 52%;
  height: 100%;
}
.feiyi .cont .right .list-wr {
  margin: 0 -2px;
}
.feiyi .cont .right .list {
  width: 33.333333%;
  padding: 0 2px;
  height: 169px;
  margin-bottom: 4px;
}
.feiyi .cont .right .list .pic {
  width: 100%;
  height: 100%;
}
.feiyi .cont .right .list span {
  font-size: 16px;
  padding: 4px;
}
.feiyi .title {
  padding: 60px 0;
}
.feiyi .title .line {
  width: 376px;
}
.feiyi .list-wr {
  margin: 0;
}
.feiyi .list-wr .list {
  width: 25%;
  padding: 0;
}
.feiyi .list-wr .list .pic-wrap {
  height: 520px;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.feiyi .list-wr .list .pic-wrap .pic {
  margin: 24px 0 0 84px;
}
.feiyi .list-wr .list .pic-wrap span {
  position: relative;
  color: #3e3a39;
  font-size: 18px;
  display: block;
  margin: 10px 0 0 84px;
}
.feiyi .list-wr .list .pic-wrap span::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #b70005;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.feiyi .list-wr .list.active .pic-wrap {
  background: url(../../images/2023/bg.png) center center no-repeat;
  background-size: cover;
}
.feiyi .list-wr .pic {
  height: 417px;
  width: 236px;
}

.meijing {
  padding: 50px 0 0;
}
.meijing .cont {
  margin: 0 -2px 60px;
  height: 448px;
}
.meijing .cont a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.meijing .cont a .play {
  position: absolute;
  width: 47px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.meijing .cont a span {
  background: rgba(32, 24, 22, 0.6);
}
.meijing .cont .left {
  width: 20%;
  height: 100%;
  border-right: solid 12px transparent;
}
.meijing .cont .left .pic::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.meijing .cont .left .btn {
  font-size: 18px;
  color: #fff;
  width: 80px;
  line-height: 22px;
  border-radius: 11px;
  border: solid 1px #fff;
  display: block;
  position: absolute;
  bottom: 70px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  z-index: 10;
  font-style: inherit;
}
.meijing .cont .left span {
  z-index: 10;
  width: 60px;
  height: 290px;
  display: block;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  line-height: 1;
  font-size: 60px;
  letter-spacing: 6px;
  writing-mode: vertical-lr;
  position: absolute;
  background: none;
  top: 50%;
  padding: 0;
  box-sizing: border-box;
  left: 50%;
  transform: translate(-50%, -50%);
}
.meijing .cont .right {
  width: 80%;
  height: 100%;
}
.meijing .cont .right .list-wr {
  margin: 0 -4px;
}
.meijing .cont .right .list {
  width: 33.333333%;
  padding: 0 4px;
  height: 220px;
  margin-bottom: 8px;
}
.meijing .cont .right .list .pic {
  width: 100%;
  height: 100%;
}
.meijing .cont .right .list span {
  font-size: 16px;
  padding: 4px;
}
.meijing .title {
  padding: 44px 0;
}
.meijing .title .line {
  width: 376px;
}
.meijing .list-wr {
  margin: 0;
}
.meijing .list-wr .list {
  width: 25%;
  padding: 0;
}
.meijing .list-wr .list .pic-wrap {
  height: 520px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.meijing .list-wr .list .pic-wrap .pic {
  margin: 24px 0 0 84px;
}
.meijing .list-wr .list .pic-wrap span {
  position: relative;
  color: #3e3a39;
  font-size: 18px;
  display: block;
  margin: 10px 0 0 84px;
}
.meijing .list-wr .list .pic-wrap span::after {
  content: '';
  display: block;
  width: 25px;
  height: 1px;
  background: #b70005;
  position: absolute;
  bottom: -10px;
  left: 0;
}
.meijing .list-wr .list:first-of-type .pic-wrap {
  background: url(../../images/2023/bg.png) center center no-repeat;
  background-size: cover;
}
.meijing .list-wr .pic {
  height: 417px;
  width: 236px;
}

.cehua {
  background: url(../../images/2023/bg8.jpg) center top no-repeat;
  background-size: cover;
  height: 1049px;
  max-width: 100%;
  overflow: hidden;
}
.cehua .swiper-container {
  overflow: visible;
  width: 1400px !important;
  margin: 0 auto;
}
.cehua .pic {
  border-radius: 10px;
  overflow: hidden;
  display: block;
  box-shadow: 0 0 10px 2px #eee;
}
.cehua .swiper-slide .pic {
  height: 80%;
  margin-top: 5%;
}
.cehua .swiper-slide-active .pic {
  height: 100%;
  margin-top: 0;
}
.cehua .pic .picture {
  /* background-size: contain !important; */
}
.cehua .content {
  height: auto;
}
.cehua .swiper-button-next {
  background: url(../../images/2023/next1.png) center center no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  right: 15%;
}
.cehua .swiper-button-prev {
  background: url(../../images/2023/prev1.png) center center no-repeat;
  background-size: contain;
  width: 62px;
  height: 62px;
  left: 15%;
}
.cehua .title {
  margin: 35px auto 100px;
}
.cehua .title .line {
  width: 400px;
}
.cehua .swiper-container {
  width: 100%;
  height: 525px;
}

.wenyun {
  background: url(../../images/2023/bg6.jpg) center top no-repeat;
  background-size: cover;
  height: 1056px;
  max-width: 100%;
}
.wenyun .list-wr .link-more {
  font-size: 34px;
  text-align: left;
  padding: 24px 0 66px 0;
}
.wenyun .list-wr .link-more::after {
  top: 90px;
  left: 0;
  transform: inherit;
  background: #b70005;
}
.wenyun .content {
  padding-top: 224px;
}
.wenyun .content .list-wr {
  margin: 0 15px;
}
.wenyun .content .list-xx {
  position: relative;
  background: #fff;
  padding-bottom: 40px;
}
.wenyun .content .pic {
  height: 210px;
}
.wenyun .content .list {
  width: 33.333333%;
  padding: 0 15px;
}
.wenyun .content .link-tri {
  background: url(../../images/2023/grey1.png) 0 15px no-repeat;
  background-size: 17px 12px;
}
.wenyun .content .link-tri:hover {
  background: url(../../images/2023/red1.png) 0 15px no-repeat;
  background-size: 17px 12px;
}
.wenyun .content .btn {
  border: none !important;
  position: absolute;
  top: 38px;
  right: 6%;
  margin: 0 !important;
  font-size: 18px !important;
  color: #595757;
}

.list-wr {
  margin: 0 -27px;
}
.list-wr .list {
  padding: 0 27px;
  float: left;
}
.list-wr .hide {
  display: none;
}
.list-wr .link-more {
  position: relative;
  font-size: 40px;
  color: #3e3a39;
  text-align: center;
  line-height: 1;
  padding: 40px 0 55px;
}
.list-wr .link-more::after {
  content: '';
  display: block;
  width: 36px;
  height: 2px;
  background: #898989;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
}
.list-wr .list-xx {
  padding: 0 7%;
  background: #e8f0fa;
  overflow: hidden;
}
.list-wr .list-xx .btn {
  font-size: 18px;
  color: #595757;
  width: 80px;
  line-height: 22px;
  border-radius: 11px;
  border: solid 1px #595757;
  display: block;
  margin: 54px auto 22px;
  text-align: center;
}
.list-wr .list-xx .btn:hover {
  border-color: red;
  color: red;
}
.list-wr .list-xx .pic-wrap {
  margin-bottom: 23px;
}
.list-wr .list-xx .pic-wrap .pic {
  position: relative;
  height: 180px;
  margin-bottom: 20px;
}
.list-wr .list-xx .pic-wrap .pic::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.list-wr .list-xx .pic-wrap .pic span {
  position: absolute;
  padding: 6px;
  font-size: 18px;
  background: none;
  z-index: 10;
}

.footer {
  padding-top: 45px;
  background: url(../../images/2023/footer.jpg) right bottom no-repeat #114d7a;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
}
.footer a:link,
.footer a:visited {
  color: #fff;
}
.footer a:not([href]):hover {
  color: #fff;
}
.footer a[href]:hover {
  color: red !important;
}
.footer .paper-link {
  background: url(../../images/2023/bg-link.png) center top no-repeat;
  height: 62px;
  line-height: 62px;
  text-align: center;
  color: #fff;
  margin-bottom: 45px;
}
.footer .paper-link a {
  color: #fff;
  padding: 0 25px;
}
.footer .inter-info {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  padding: 40px 0 60px;
}
.footer .link-img-list {
  height: 130px;
  margin-bottom: 55px;
  text-align: center;
}
.footer .link-img-list li {
  display: block;
  float: left;
  width: 205px;
  word-break: keep-all;
}
.footer .link-img-list li:first-of-type {
  margin-left: 85px;
}
.footer .link-img-list li p {
  height: 40px;
  line-height: 20px;
  font-size: 16px;
}
.footer .link-img-list img {
  display: block;
  width: auto;
  height: 74px;
  margin: 0 auto 10px;
}
.footer .link-tab {
  background: url(../../images/2023/i-link.png) center top no-repeat;
  padding-top: 44px;
}
.footer .link-tab .link-tab-nav {
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.footer .link-tab .link-tab-nav li {
  width: 100px;
  float: left;
  height: 27px;
  line-height: 27px;
  text-align: center;
  cursor: pointer;
}
.footer .link-tab .link-tab-nav li a {
  display: block;
  color: #fff;
}
.footer .link-tab .link-tab-nav li.active {
  background: #9c9c9c;
  color: #fff;
}
.footer .link-tab .link-tab-con {
  width: 1000px;
  margin: 12px auto;
  text-align: center;
}
.footer .link-tab .link-tab-con li {
  display: inline;
  padding: 0 12px;
  font-size: 16px;
  line-height: 24px;
}
.footer .link-tab .link-tab-con li a {
  color: #fff;
} /*# sourceMappingURL=main.css.map */
/* Guoke 2023/5/8 16:57 */
.inter-info .footer {
  padding: 0;
}
.inter-info .footer img {
  display: inline;
}
